var runtime.tmpbuf
13 uses
runtime (current package)
heapdump.go#L68: var tmpbuf []byte
heapdump.go#L708: if tmpbuf != nil {
heapdump.go#L709: sysFree(unsafe.Pointer(&tmpbuf[0]), uintptr(len(tmpbuf)), &memstats.other_sys)
heapdump.go#L710: tmpbuf = nil
heapdump.go#L725: if uintptr(len(tmpbuf)) < nptr/8+1 {
heapdump.go#L726: if tmpbuf != nil {
heapdump.go#L727: sysFree(unsafe.Pointer(&tmpbuf[0]), uintptr(len(tmpbuf)), &memstats.other_sys)
heapdump.go#L734: tmpbuf = (*[1 << 30]byte)(p)[:n]
heapdump.go#L738: tmpbuf[i] = 0
heapdump.go#L749: tmpbuf[i/8] |= 1 << (i % 8)
heapdump.go#L751: return bitvector{int32(nptr), &tmpbuf[0]}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |